Reports an error where the minimum array size was not met.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(errors), | intent(inout) | :: | err |
The error handling object. |
||
| character(len=*), | intent(in) | :: | fcn |
The name of the function or subroutine in which the error occurred. |
||
| character(len=*), | intent(in) | :: | varname |
The offending variable name. |
||
| integer(kind=int32), | intent(in) | :: | minsize |
The minimum size of the array. |
||
| integer(kind=int32), | intent(in) | :: | actsize |
The actual size of the array. |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| character(len=256), | public | :: | errmsg |